lcFillSetLine Home

Defines hatch line of filling style.

 BOOL lcFillSetLine (
   HANDLE hFilling,
   int iLine,
   double Dist,
   double Angle,
   double W
 );

Parameters
hFilling
  Handle to a filling style.
iLine
  Line index, can be 0 or 1.
Dist
  Distance between lines. If zero, then line is disabled.
Angle
  Line angle.
W
  Width compensation. If a part of the line is closer to entity's outline then this value, then this part will not be drawn.
This parameter is used to remain a gap between hatch line and entity's outline.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcDrwAddFilling